home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / arexx-scripts / arexx-pack / scripti.lha / Scripti / Brush2Icon / InstallBrush2Icon < prev   
Encoding:
Text File  |  1993-05-20  |  193 b   |  10 lines

  1.  
  2. ; This CLI-Script will copy Brush2Icon to your c:-directory
  3. ; simple is that
  4.  
  5. ask "Copy Brush2Icon to your c: directory? [y/n]"
  6. if warn
  7.     copy Brush2Icon to c:
  8.     echo "Brush2Icon copied."
  9. endif
  10.